projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac2257
)
Include des.h krb.h with no dir name if SOLARIS2.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 02:27:24 +0000
(
02:27
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Aug 1996 02:27:24 +0000
(
02:27
+0000)
lib-src/pop.c
patch
|
blob
|
history
diff --git
a/lib-src/pop.c
b/lib-src/pop.c
index 4bd1d98bebac1ab724dfd083e0951e460f2a37ec..69c330b21c60d8fc8fb764f42754fcb7e21dbe3f 100644
(file)
--- a/
lib-src/pop.c
+++ b/
lib-src/pop.c
@@
-75,8
+75,13
@@
extern struct servent *hes_getservbyname (/* char *, char * */);
#ifdef KERBEROS
#ifndef KRB5
+#ifdef SOLARIS2
#include <des.h>
#include <krb.h>
+#else /* SOLARIS2 */
+#include <kerberos/des.h>
+#include <kerberos/krb.h>
+#endif /* SOLARIS2 */
#else /* KRB5 */
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>